home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc.dir / Internal_59_PTS1.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  325 b   |  10 lines

  1. on enterFrame
  2.   global topicLetter, STsound, gLang
  3.   puppetSprite(13, 1)
  4.   sprite(13).visible = 1
  5.   set the textStyle of field "Subtopics" to "plain"
  6.   set the textStyle of field "sub-subtopics" to "plain"
  7.   put field(gLang & "Subtopics (" & topicLetter & ")") into field "Subtopics"
  8.   put " " into field "Sub-subtopics"
  9. end
  10.